![]() |
PBFlushFileSync |
||||
Header: | Files.h | Carbon status: | Supported | |
Writes the contents of a file’s access path buffer.
OSErr PBFlushFileSync ( ParmBlkPtr paramBlock );
A pointer to a basic FIle Manager parameter block.
A result code.
The relevant fields of the parameter block are:
On input, a pointer to a completion routine.
On output, the result code of the function.
On input, a file reference number for the file to flush.
The PBFlushFileSync function updates the file’s entry in the volume catalog.
Some information stored on the volume won’t be correct until PBFlushVolSync is called.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)